home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTQuickInfo.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  3.8 KB  |  115 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTQuickInfo.pas' rev: 3.00
  6.  
  7. #ifndef AHMTQuickInfoHPP
  8. #define AHMTQuickInfoHPP
  9. #include <AHMFreeware.hpp>
  10. #include <ComCtrls.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <Buttons.hpp>
  13. #include <StdCtrls.hpp>
  14. #include <Dialogs.hpp>
  15. #include <Forms.hpp>
  16. #include <Controls.hpp>
  17. #include <Graphics.hpp>
  18. #include <Classes.hpp>
  19. #include <Messages.hpp>
  20. #include <Windows.hpp>
  21. #include <SysUtils.hpp>
  22. #include <SysInit.hpp>
  23. #include <System.hpp>
  24.  
  25. //-- user supplied -----------------------------------------------------------
  26.  
  27. namespace Ahmtquickinfo
  28. {
  29. //-- type declarations -------------------------------------------------------
  30. class DELPHICLASS TAHMQuickInfoForm;
  31. class PASCALIMPLEMENTATION TAHMQuickInfoForm : public Forms::TForm 
  32. {
  33.     typedef Forms::TForm inherited;
  34.     
  35. __published:
  36.     Stdctrls::TLabel* Label1;
  37.     Stdctrls::TLabel* Label2;
  38.     Stdctrls::TLabel* Label3;
  39.     Stdctrls::TLabel* Label4;
  40.     Stdctrls::TLabel* Label5;
  41.     Stdctrls::TLabel* Label6;
  42.     Stdctrls::TLabel* Label7;
  43.     Stdctrls::TLabel* Label8;
  44.     Stdctrls::TLabel* Label9;
  45.     Stdctrls::TLabel* Label10;
  46.     Buttons::TBitBtn* BitBtn1;
  47.     Extctrls::TBevel* Bevel1;
  48.     Comctrls::TStatusBar* StatusBar1;
  49.     void __fastcall BitBtn1Click(System::TObject* Sender);
  50. public:
  51.     /* TCustomForm.Create */ __fastcall virtual TAHMQuickInfoForm(Classes::TComponent* AOwner) : Forms::
  52.         TForm(AOwner) { }
  53.     /* TCustomForm.CreateNew */ __fastcall TAHMQuickInfoForm(Classes::TComponent* AOwner, int Dummy) : 
  54.         Forms::TForm(AOwner, Dummy) { }
  55.     /* TCustomForm.Destroy */ __fastcall virtual ~TAHMQuickInfoForm(void) { }
  56.     
  57. public:
  58.     /* TWinControl.CreateParented */ __fastcall TAHMQuickInfoForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  59.         ) { }
  60.     
  61. };
  62.  
  63. class DELPHICLASS TAHMQuickInfo;
  64. class PASCALIMPLEMENTATION TAHMQuickInfo : public Classes::TComponent 
  65. {
  66.     typedef Classes::TComponent inherited;
  67.     
  68. private:
  69.     Ahmfreeware::TAHMAboutFreeStr FAbout;
  70.     System::AnsiString fl1;
  71.     System::AnsiString fl2;
  72.     System::AnsiString fl3;
  73.     System::AnsiString fl4;
  74.     System::AnsiString fl5;
  75.     System::AnsiString fl6;
  76.     System::AnsiString fl7;
  77.     System::AnsiString fl8;
  78.     System::AnsiString fl9;
  79.     System::AnsiString fl10;
  80.     Graphics::TFont* ffon;
  81.     TAlignment fx;
  82.     System::AnsiString fcap;
  83.     void __fastcall Setfon(Graphics::TFont* value);
  84.     
  85. public:
  86.     __fastcall virtual TAHMQuickInfo(Classes::TComponent* AOwner);
  87.     __fastcall virtual ~TAHMQuickInfo(void);
  88.     bool __fastcall Execute(void);
  89.     
  90. __published:
  91.     __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
  92.     __property Classes::TAlignment Alignment = {read=fx, write=fx, nodefault};
  93.     __property System::AnsiString Line1 = {read=fl1, write=fl1};
  94.     __property System::AnsiString Line2 = {read=fl2, write=fl2};
  95.     __property System::AnsiString Line3 = {read=fl3, write=fl3};
  96.     __property System::AnsiString Line4 = {read=fl4, write=fl4};
  97.     __property System::AnsiString Line5 = {read=fl5, write=fl5};
  98.     __property System::AnsiString Line6 = {read=fl6, write=fl6};
  99.     __property System::AnsiString Line7 = {read=fl7, write=fl7};
  100.     __property System::AnsiString Line8 = {read=fl8, write=fl8};
  101.     __property System::AnsiString Line9 = {read=fl9, write=fl9};
  102.     __property System::AnsiString Line10 = {read=fl10, write=fl10};
  103.     __property System::AnsiString InfoboxCaption = {read=fcap, write=fcap};
  104.     __property Graphics::TFont* Fonts = {read=ffon, write=Setfon};
  105. };
  106.  
  107. //-- var, const, procedure ---------------------------------------------------
  108.  
  109. }    /* namespace Ahmtquickinfo */
  110. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  111. using namespace Ahmtquickinfo;
  112. #endif
  113. //-- end unit ----------------------------------------------------------------
  114. #endif    // AHMTQuickInfo
  115.